Uses of Class
edu.uky.ai.ml.nn.Edge

Packages that use Edge 
Package Description
edu.uky.ai.ml.nn
Contains classes for representing simple feed-forward neural networks whose neurons use the sigmoid activation function.
  • Uses of Edge in edu.uky.ai.ml.nn

    Fields in edu.uky.ai.ml.nn with type parameters of type Edge 
    Modifier and Type Field Description
    java.lang.Iterable<Edge> Neuron.children
    All edges leading away from this neuron to another neuron
    java.lang.Iterable<Edge> NeuralNetwork.edges
    All the weighted directed edges present in the network
    java.lang.Iterable<Edge> Neuron.parents
    All edges leading to this neuron from another neuron